home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Collection 8 / CD-ROM Collection 8 - Disc 1.iso / pc / data / wmaina.dxr / 00043_MC01P.BMP.ls < prev    next >
Encoding:
Text File  |  1997-07-26  |  266 b   |  15 lines

  1. on mouseDown
  2.   puppetSound("ham.AIF")
  3.   puppetSprite(11, 0)
  4.   puppetSprite(12, 0)
  5.   puppetSprite(13, 0)
  6.   puppetSprite(14, 0)
  7.   puppetSprite(7, 0)
  8.   set the ink of sprite 13 to 4
  9.   updateStage()
  10.   repeat while stillDown()
  11.   end repeat
  12.   cursor(4)
  13.   go(1, "wca")
  14. end
  15.